Skip to content

feat(igla): Trinity Constants + phi-LR Schedule (Modules 1 & 5)#59

Merged
gHashTag merged 1 commit into
mainfrom
feat/issue-3-igla-v2
Apr 29, 2026
Merged

feat(igla): Trinity Constants + phi-LR Schedule (Modules 1 & 5)#59
gHashTag merged 1 commit into
mainfrom
feat/issue-3-igla-v2

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

Summary

Implements IGLA-GF16 Modules 1 and 5 from #3.

Module 1: Trinity Constants (src/trinity_constants.zig)

  • PHI, PHI_SQ, PHI_INV, PHI_INV_SQ, TRINITY
  • ALPHA_PHI = PHI - 1.5 = 0.118034 (strong coupling constant)
  • Fibonacci array {1..987} and architecture constants (d_model=144, d_ffn=233)
  • Trinity weight init stds: gauge/higgs/lepton/cosmology sectors

Module 5: φ-LR Schedule

  • Warmup over Fib(7)=21 steps, then φ-decay
  • LR_INIT = ALPHA_PHI, LR_TAU = 228.9

Tests (6)

Trinity Identity, ALPHA_PHI, Fibonacci, architecture, init stds, LR schedule

Part of #3

Implements IGLA-GF16 Modules 1 and 5 from #3:
- Trinity constants (PHI, ALPHA_PHI, TRINITY)
- Fibonacci array and architecture constants (d_model=144, d_ffn=233)
- Trinity weight init stds (gauge/higgs/lepton/cosmology)
- phi-LR schedule with warmup
- 6 tests

Part of #3
@gHashTag gHashTag merged commit 9797baf into main Apr 29, 2026
1 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant